home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / August 96 / FWBuild system bugs. < prev    next >
Encoding:
Internet Message Format  |  1996-08-15  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     FWBuild system bugs.
  2. Sent:        7/23/96 8:55 AM
  3. Received:    7/23/96 9:11 AM
  4. From:        Victor Langelo, victor@eclipse.cpcn.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8.  
  9. Release Version: ODF Release 1, update 1.1
  10.  
  11. I have encountered the following bugs in the FWBuild scripts in the ODF:Tools:Mac directory.
  12.  
  13. 1. FWLocateCW always sets FWCWCppPPCName to NULL.  The fix is to 
  14.    eliminate the line after the End line that starts:
  15.  
  16.    Set FWCWCppPPC ....
  17.  
  18.    And move the end of the next line starting with ) > Dev:NULL
  19.    to the end of the last line. You will need to put semicolons
  20.    after each line.
  21.  
  22. 2. For each of the scripts FWBuildMrCPPC, FWBuildMrCPPCRelease, 
  23.    FWBuild68KCFM, FWBuild68KCFMRelease add double qoutes around
  24.    the parameter variable {1} at the end of the last line.
  25.  
  26.    This won't be a problem unless you have spaces in the path name
  27.    for your targets.
  28.  
  29. 3. In MacMake.rul change the line:
  30.  
  31.    If {__PrecompiledHeaderFile}
  32.  
  33.    in the .cpp.o rule to:
  34.  
  35.    If `Exists {__PrecompiledHeaderFile}`
  36.  
  37.  
  38. Thanks,
  39.  
  40. Victor Langelo
  41. Eclipse Services
  42. victor@eclipse.cpcn.com
  43.